home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: genew@mindlink.bc.ca (Gene Wirchenko)
- Newsgroups: comp.lang.c
- Subject: Re: Pointer-to-Double as Function Arg
- Date: Tue, 16 Jan 1996 10:49:25 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4dfvu5$q18@fountain.mindlink.net>
- References: <4dfccl$j5h@colossus.holonet.net> <4dfjb1$pln@ixnews5.ix.netcom.com>
- NNTP-Posting-Host: line023.nwm.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Jackson7@ix.netcom.com (T. Hubbard) wrote:
-
- > (*Values1)[iter] = ...;
- > (*Values2)[iter] = ...;
-
- Oops! I forgot about this in my other post. The parens around
- "*Values1" and "*Values2" are correct.
-
- Sincerely,
-
- Gene Wirchenko
-
- C Pronunciation Guide:
- y=x++; "wye equals ex plus plus semicolon"
- x=x++; "ex equals ex doublecross semicolon"
-
-